home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Draw.app / GermWRproj / Localizable.strings < prev    next >
Text File  |  1992-07-20  |  9KB  |  171 lines

  1. /* NeXTSTEP Release 3 */
  2.  
  3. /* Button choice for cancelling or aborting a requested operation. */
  4. "Cancel" = "Abbrechen";
  5.  
  6. /* ALERT: Message given to user when import of linked data fails. */
  7. /* Title */
  8. "Import Link" = "Verweis importieren";
  9. /* Message */
  10. "Unable to import linked data." = "Daten, für die Verweise erstellt wurden, können nicht importiert werden.";
  11.  
  12. /* Question asked of a user when he drags a file icon into Draw. */
  13. "Do you want the link to this file to appear as a Link Button or as the icon of the file?" = "Soll der Verweis auf diese Datei als Verweisschalter oder als Dateisymbol erscheinen?";
  14.  
  15. /* Message of alert which lets the user know that an image (PostScript or TIFF or something) that he tried to import was some how defective. */
  16. "Unable to import that image into Draw." = "Dieses Bild kann nicht in \"Draw\" importiert werden.";
  17.  
  18. /* Name of the tool that draws scribbles, i.e., the %s of the New %s operation. */
  19. "Scribble" = "Zeichenstift";
  20.  
  21. /* Name of the tool that draws rectangles, i.e., the %s of the New %s operation. */
  22. "Rectangle" = "Rechteck";
  23.  
  24. /* Name of the tool that draws polygons, i.e., the %s of the New %s operation. */
  25. "Polygon" = "Polygon";
  26.  
  27. /* Name of the tool that draws lines, i.e., the %s of the New %s operation. */
  28. "Line" = "Linie";
  29.  
  30. /* Title of the alert which lets the user know that the image he has incorporated into his document does not fit. */
  31. "Import Data" = "Daten importieren";
  32.  
  33. /* Alert message which asks user if he wants to scale an image or some text that he is incorporating into his document to fit within the size of the document. */
  34. "The imported data is too large to fit on the page.  Resize it to fit?" = "Die importierten Daten sin'! groß für die Seite. Soll die Größe wie erforderlich geändert werden?";
  35.  
  36. /* Button choice which allows the user to scale an image he is incorporating into his document so that it will fit within the size of the document. */
  37. "Resize" = "Größe ändern";
  38.  
  39. /* Button choice which allows the user to leave an image he is incorporating into his document the same size even though it will not fit within the size of his document. */
  40. "Don't Resize" = "Größe nicht ändern";
  41.  
  42. /* Menu item which hides the background grid which the user can overlay on his document. */
  43. "Hide Grid" = "Raster ausblenden";
  44.  
  45. /* Menu item which shows a background grid which the user can overlay on his document. */
  46. "Show Grid" = "Raster einblenden";
  47.  
  48. /* Menu item which turns off the background grid so that items do not move and resize on even grid boundaries.  It does not hide the grid if it is currently showing. */
  49. "Turn Grid Off" = "Raster ausschalten";
  50.  
  51. /* Menu item which turns a background grid on so that the user's actions are rounded to even grid boundaries.  It does not show the grid if the grid is currently hidden. */
  52. "Turn Grid On" = "Raster einschalten";
  53.  
  54. /* Menu item which turns on the borders around linked items (using Object Links). */
  55. "Show Links" = "Verweise anzeigen";
  56.  
  57. /* Menu item which turns off the borders around linked items (using Object Links). */
  58. "Hide Links" = "Verweise ausblenden";
  59.  
  60. /* Button choice which allows the user to save his document. */
  61. "Save" = "Sichern";
  62.  
  63. /* Button choice which allows the user to abort the saving of his document when the user has asked him if he'd like to do so. */
  64. "Don't Save" = "Nicht sichern";
  65.  
  66. /* Button choice which allows the user to revert his changes to what was last saved on disk. */
  67. "REVERT_BUTTON" = "Rückgängig";
  68.  
  69. /* ALERT: Alert given to user when he tries to open a draw document and there is an I/O error.  This usually happens when the document being opened is not really a draw document but somehow got renamed to have the .draw extension. */
  70. /* Title */
  71. "Open Draw Document" = "Draw-Dokument öffnen";
  72. /* Message */
  73. "I/O error.  Can't open file." = "I/O-Fehler. Datei kann nicht geöffnet werden.";
  74.  
  75. /* ALERT: Alert given to user when he tries to open a draw document and there is an I/O error.  This usually happens when the document being opened is not really a draw document but somehow got'!amed to have the .draw extension. */
  76. /* Title */
  77. "Open Draw Document" = "Draw-Dokument öffnen";
  78. /* Message */
  79. "I/O error.  Can't open file." = "I/O-Fehler. Datei kann nicht geöffnet werden.";
  80.  
  81. /* This is the the title of an alert which comes up when the user requests a service from the Services menu. */
  82. "Service" = "Dienst";
  83.  
  84. /* This question appears in an alert when the user requests a service from the Services menu which operates on the entire draw document, but the draw document has been edited since it was last saved.  Draw is just asking if the user would like to save the document first so that the service will operate on the current state of the document rather than on the last saved state. */
  85. "Do you wish to save this document before your request is serviced?" = "Möchten Sie dieses Dokument sichern, bevor der angeforderte Dienst ausgeführt wird?";
  86.  
  87. /* No comment provided by engineer. */
  88. "The margins or paper size specified are invalid.";
  89.  
  90. /* This is the title of the alert which asks the user if he is sure he wants to revert a document he has edited back to its last-saved state. */
  91. "Revert" = "Rückgängig";
  92.  
  93. /* This question is asked of the user when he asks to revert the state of his document to the version last saved on disk, but he has made changes in the interim which would be lost if he did actually revert.  The %s is the name of the document. */
  94. "%s has been edited.  Are you sure you want to undo changes?" = "%s wurde bearbeitet. Sind Sie sicher, daß Sie die Änderungen verwerfen wollen?";
  95.  
  96. /* ALERT: This very rare alert shows up when the user tries to revert the state of his document to whatever it was when he opened it up.  Some unexpected I/O error occurs, however, and he is unable to do so. */
  97. /* Title */
  98. "Revert" = "Rückgängig";
  99. /* Message */
  100. "I/O error.  Can't revert." = "I/O-Fehler. Rückgängigmachen nicht möglich";
  101.  
  102. /* The name of a document which the user has not yet given a name to. */
  103. "UNTITLED" = "NAMENLOS";
  104.  
  105. /* ALERT: No comment provided by engineer. */
  106. /* Title */
  107. "Save" = "Sichern";
  108. /* Message */
  109. "Can't create backup file." = "Sicherungsdatei kann nicht erstellt werden.";
  110.  
  111. /* ALERT: No comment provided by engineer. */
  112. /* Title */
  113. "Save" = "Sichern";
  114. /* Message */
  115. "This document has Form Entries in it.  Do you wish to save them with the document?" = "Dieses Dokument enthält Formatdate'!Wollen Sie sie zusammen mit dem Dokument sichern?";
  116. /* Default Button */
  117. "Yes" = "Ja";
  118. /* Alternate Button */
  119. "No" = "Nein";
  120.  
  121. /* ALERT: This alert appears when the user has asked to save his file somewhere, but Draw was unable to create that file.  This can occur for many reasons, the most common of which is that the file or directory is not writable. */
  122. /* Title */
  123. "Save" = "Sichern";
  124. /* Message */
  125. "Can't save file." = "Datei kann nicht gesichert werden.";
  126.  
  127. /* Question asked of user when he tries to close a window, either by choosing close from the menu or clicking the close box or quitting the application, and the contents of the window have not been saved.  The %s is the name of the document. */
  128. "%s has changes. Save them?" = "Für %s liegen Änderungen vor. Wollen Sie diese sichern?";
  129.  
  130. /* The operation of closing a window usually generated by choosing the Close Window option in the Windows menu. */
  131. "Close" = "Schließen";
  132.  
  133. /* Menu item which hides the ruler. */
  134. "Hide Ruler" = "Lineal ausblenden";
  135.  
  136. /* Menu item which unhides the ruler. */
  137. "Show Ruler" = "Lineal einblenden";
  138.  
  139. /* ALERT: Alert shown to user when he has tried to open up a file and has specified a file in a directory which is inaccessible.  The directory is either unreadable or does not exist for some reason. */
  140. /* Title */
  141. "Open" = "Öffnen";
  142. /* Message */
  143. "Invalid path: %s" = "Ungültiger Pfad: %s";
  144.  
  145. /* Fax Cover Sheet item which allows the user to type in any thing he/she wants. */
  146. "Notes" = "Notizen";
  147.  
  148. /* Message given to the user when the help document could not be found. */
  149. "Couldn't find any help!  Sorry ..." = "Couldn't find any help!  Sorry ...";
  150.  
  151. /* The title of the help document. */
  152. "Help" = "Help";
  153.  
  154. /* Message given to user when he tries to quit the application without saving all of his documents. */
  155. "You have unsaved documents." = "Es liegen noch ungesicherte Dokumente vor.";
  156.  
  157. /* Choice (on a button) given to user which allows him to review all his unsaved documents if he quits the application without saving them all first. */
  158. "Review Unsaved" = "Ungesicherte Dateien einsehen";
  159.  
  160. /* Choice (on a button) given to user which allows him to quit the application even though he has not saved all of his documents first. */
  161. "Quit Anyway" = "Trotzdem verlassen";
  162.  
  163. /* The operation of exiting the application. */
  164. "Quit" = "Verlassen";
  165.  
  166. /* Name of the tool that draws curves, i.e., the %s of the New %s operation. */
  167. "Curve" = "Gebogene Linie";
  168.  
  169. /* Name of the tool that draws ovals, i.e., the %s of the New %s operation. */
  170. "Circle" = "Kreis";
  171.